home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / swindows.zip / READ.ME < prev    next >
Text File  |  1990-04-17  |  1KB  |  27 lines

  1.                            Simple Software Solutions
  2.                             SimpleWindows and Input
  3.                               Turbo Pascal Units
  4.  
  5.  
  6.           Introducing  a  set  of  screen  input and window units for Turbo
  7.     Pascal programmers.  This set of units has several advantages:
  8.  
  9.           Easy  to  use:   To open a window simply use OpenWindow, to close
  10.           a window use CloseWindow. It's that simple.
  11.  
  12.           Once a window is open all GotoXY coordinates are relative to  the
  13.           window, not the entire screen.
  14.  
  15.           You can use Write and Writeln within windows.  No need to learn a
  16.           new set of I/O commands for the windows.
  17.  
  18.           Use Getin procedure to set up input fields on screen.  Allows you
  19.           to intercept control keys from any input field.
  20.  
  21.           Procedures  are available to turn the cursor on and off.  To turn
  22.           cursor off simply say CursorOff;
  23.  
  24.           Its  CHEEP!   Most  window units are $30 or more.  SimpleWindows,
  25.           Input  and  Cursor  units  together  are  only  $10.00  including
  26.           complete pascal source code!  Such a deal!!
  27.